projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33633b2
)
(iconify-or-deiconify-frame): Don't make invisible before making visible.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 2 Mar 1994 05:29:01 +0000
(
05:29
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 2 Mar 1994 05:29:01 +0000
(
05:29
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 1c285de25f8b4571604ed697376e1f210464034b..1c1b89268223ef6afa48005edde441f0a71056f8 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-464,9
+464,7
@@
This returns ARGS with the arguments that have been processed removed."
(interactive)
(if (eq (cdr (assq 'visibility (frame-parameters))) t)
(iconify-frame)
- (let ((foo (selected-frame)))
- (make-frame-invisible foo t)
- (make-frame-visible foo))))
+ (make-frame-visible)))
(substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
global-map)